Changing the maintainer email in the Dockerfile

Ian Blenke 10 years ago
parent
commit
aa3b154944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,5 +1,5 @@
1 1
 FROM ubuntu:14.04
2
-MAINTAINER ian@blenke.com 
2
+MAINTAINER andrew@andrewcantino.com
3 3
 
4 4
 ENV DEBIAN_FRONTEND noninteractive
5 5
 RUN apt-get update && \